home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- if not exist \MegaRace\MegaRace.Exe goto NotOnCD
- cd \MegaRace
- Install.Exe
- goto Done
- :NotOnCD
- Echo Mega Race Demo CD Not Found. Please run this installation program
- Echo from the CD-ROM disc.
- :Done
-